home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 751-760 / 754 / bootlogo / show_logo < prev    next >
Text File  |  1995-03-18  |  253b  |  12 lines

  1. echo " "
  2. echo "  This script will display the BootLogo Picture for 5 seconds"
  3. echo "  and then return to this screen."
  4. echo " "
  5. wait 2
  6. run >NIL: BootLogo
  7. wait 5
  8. :c/win2front showlogo
  9. echo " "
  10. echo "  All Done!  Click the Close gadget to exit..."
  11. endcli
  12.